www.gusucode.com > MATLAB神经网络原理与实例精解源文件程序代码 > 第8章 自组织竞争神经网络/example8_2.m

    % example8_2.m

pos = hextop(3,4,2);                        % 建立3*4的两层六边形
pos

plot3(pos(1,:),pos(2,:),pos(3,:),'o')		% 显示节点位置
title('hex拓扑')
set(gcf,'color','w')